home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMSELECTFONT / TFORMSELECTFONT.txt < prev   
Encoding:
Text File  |  2003-11-07  |  6.6 KB  |  285 lines

  1. object FormSelectFont: TFormSelectFont
  2.   Left = 480
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'Font & Color Dialog'
  6.   ClientHeight = 210
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 427
  24.     Height = 210
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     BevelWidth = 3
  28.     TabOrder = 0
  29.     object lblBackground: TLabel
  30.       Left = 24
  31.       Top = 24
  32.       Width = 69
  33.       Height = 13
  34.       Caption = 'Background'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.       Transparent = True
  42.     end
  43.     object Image1: TImage
  44.       Left = 3
  45.       Top = 3
  46.       Width = 421
  47.       Height = 204
  48.       Align = alClient
  49.       Picture.Data = {<image000.bmp>}
  50.       Stretch = True
  51.     end
  52.     object pbHelp: TRSButton
  53.       Left = 272
  54.       Top = 166
  55.       Width = 90
  56.       Height = 25
  57.       Center = True
  58.       Picture.Data = {<image001.bmp>}
  59.       Transparent = True
  60.       OnClick = pbHelpClick
  61.     end
  62.     object pbCancel: TRSButton
  63.       Left = 173
  64.       Top = 166
  65.       Width = 90
  66.       Height = 25
  67.       Center = True
  68.       Picture.Data = {<image002.bmp>}
  69.       Transparent = True
  70.       OnClick = pbCancelClick
  71.     end
  72.     object pbOK: TRSButton
  73.       Left = 72
  74.       Top = 166
  75.       Width = 90
  76.       Height = 25
  77.       Center = True
  78.       Picture.Data = {<image003.bmp>}
  79.       Transparent = True
  80.       OnClick = pbOKClick
  81.     end
  82.     object PanelColor: TPanel
  83.       Left = 8
  84.       Top = 8
  85.       Width = 409
  86.       Height = 145
  87.       BevelWidth = 3
  88.       TabOrder = 0
  89.       object Image2: TImage
  90.         Left = 3
  91.         Top = 3
  92.         Width = 403
  93.         Height = 139
  94.         Align = alClient
  95.         Picture.Data = {<image004.bmp>}
  96.         Stretch = True
  97.       end
  98.       object lblFont: TLabel
  99.         Left = 176
  100.         Top = 32
  101.         Width = 26
  102.         Height = 13
  103.         Caption = 'Font'
  104.         Font.Charset = DEFAULT_CHARSET
  105.         Font.Color = clWindowText
  106.         Font.Height = -11
  107.         Font.Name = 'MS Sans Serif'
  108.         Font.Style = [fsBold]
  109.         ParentFont = False
  110.         Transparent = True
  111.         Visible = False
  112.       end
  113.       object lblName: TLabel
  114.         Left = 16
  115.         Top = 16
  116.         Width = 26
  117.         Height = 13
  118.         Caption = '&Font'
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clWindowText
  121.         Font.Height = -11
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.         Transparent = True
  126.       end
  127.       object lblStyles: TLabel
  128.         Left = 16
  129.         Top = 40
  130.         Width = 29
  131.         Height = 13
  132.         Caption = '&Style'
  133.         Font.Charset = DEFAULT_CHARSET
  134.         Font.Color = clWindowText
  135.         Font.Height = -11
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = [fsBold]
  138.         ParentFont = False
  139.         Transparent = True
  140.       end
  141.       object Label1: TLabel
  142.         Left = 14
  143.         Top = 69
  144.         Width = 102
  145.         Height = 13
  146.         Caption = 'Background Color'
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = [fsBold]
  152.         ParentFont = False
  153.         Transparent = True
  154.       end
  155.       object Label2: TLabel
  156.         Left = 13
  157.         Top = 99
  158.         Width = 98
  159.         Height = 13
  160.         Caption = 'Foreground Color'
  161.         Font.Charset = DEFAULT_CHARSET
  162.         Font.Color = clWindowText
  163.         Font.Height = -11
  164.         Font.Name = 'MS Sans Serif'
  165.         Font.Style = [fsBold]
  166.         ParentFont = False
  167.         Transparent = True
  168.       end
  169.       object cgFont: TColorGrid
  170.         Left = 168
  171.         Top = 48
  172.         Width = 120
  173.         Height = 72
  174.         ForegroundIndex = 14
  175.         BackgroundIndex = 4
  176.         TabOrder = 0
  177.         Visible = False
  178.         OnClick = UpdateClick
  179.       end
  180.       object cbNames: TComboBox
  181.         Left = 56
  182.         Top = 8
  183.         Width = 121
  184.         Height = 21
  185.         Color = clNavy
  186.         Font.Charset = DEFAULT_CHARSET
  187.         Font.Color = clAqua
  188.         Font.Height = -11
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = []
  191.         ItemHeight = 13
  192.         ParentFont = False
  193.         TabOrder = 1
  194.         Text = 'MS Sans Serif'
  195.         OnClick = UpdateClick
  196.       end
  197.       object cbStyles: TComboBox
  198.         Left = 56
  199.         Top = 32
  200.         Width = 121
  201.         Height = 21
  202.         Color = clNavy
  203.         Font.Charset = DEFAULT_CHARSET
  204.         Font.Color = clAqua
  205.         Font.Height = -11
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ItemHeight = 13
  209.         ParentFont = False
  210.         TabOrder = 2
  211.         Text = 'Normal'
  212.         OnClick = UpdateClick
  213.         Items.Strings = (
  214.           'Normal'
  215.           'Bold')
  216.       end
  217.       object Panel2: TPanel
  218.         Left = 192
  219.         Top = 8
  220.         Width = 209
  221.         Height = 129
  222.         BevelOuter = bvLowered
  223.         BevelWidth = 3
  224.         Enabled = False
  225.         TabOrder = 3
  226.         object Image3: TImage
  227.           Left = 3
  228.           Top = 3
  229.           Width = 203
  230.           Height = 123
  231.           Align = alClient
  232.           Picture.Data = {<image005.bmp>}
  233.           Stretch = True
  234.         end
  235.         object Memo: TMemo
  236.           Left = 8
  237.           Top = 8
  238.           Width = 193
  239.           Height = 113
  240.           Color = clNavy
  241.           Font.Charset = DEFAULT_CHARSET
  242.           Font.Color = clAqua
  243.           Font.Height = -11
  244.           Font.Name = 'MS Sans Serif'
  245.           Font.Style = []
  246.           Lines.Strings = (
  247.             'Example of text.'
  248.             'ABCDEFGHIJKLMNOPQRSTUVXYZ'
  249.             'abcdefghijklmnopqrstuvz'
  250.             '0123456789'
  251.             '!"#∩┐╜%&/()=?`∩┐╜^*'
  252.             '@∩┐╜${[]}\~'
  253.             '')
  254.           ParentFont = False
  255.           TabOrder = 0
  256.         end
  257.       end
  258.       object pbBG: TPanel
  259.         Left = 120
  260.         Top = 67
  261.         Width = 17
  262.         Height = 17
  263.         BevelWidth = 3
  264.         TabOrder = 4
  265.         OnClick = pbBGClick
  266.       end
  267.       object pbFG: TPanel
  268.         Left = 120
  269.         Top = 96
  270.         Width = 17
  271.         Height = 17
  272.         BevelWidth = 3
  273.         TabOrder = 5
  274.         OnClick = pbFGClick
  275.       end
  276.     end
  277.   end
  278.   object ColorDialog: TColorDialog
  279.     Ctl3D = True
  280.     Options = [cdFullOpen, cdPreventFullOpen, cdShowHelp, cdSolidColor, cdAnyColor]
  281.     Left = 112
  282.     Top = 48
  283.   end
  284. end
  285.